<Code Lib>
2021 Method
Changes 0
M

DividedPath.Create(Document, IList<Reference>, ICollection<ElementId>)

Description:
Creates a new instance of a divided path whose points are determined by the intersecting elements.
Remarks:
Intersectors can be curve elements, datum planes, or other divided paths.
Overloads (2):
Create(Document,IList[Reference],ICollection[ElementId])

public static DividedPath Create(
	Document document,
	IList<Reference> curveReferences,
	ICollection<ElementId> intersectors
)

  • document
    The document.
  • IList<Reference>
    curveReferences
    References that represent a connected set of curves or edges.
  • ICollection<ElementId>
    intersectors
    Elements whose intersection with the curve references result in additional divisions.
Return Value DividedPath The newly created divided path.

Loading…